1 <?php
2 ob_start();
3 include(
"header.php");
4 include(
"sidebar.php");
5
6 if
(isset($_SESSION[custid]))
7 {
8     header(
"Location: account.php");
9 }

10 else

11 {
12 ?>
13
14
15         <div id=
"main">
16         <h3>E-workshop - Complete Auto solutions</h3>
17         <table width=
"472" border="0">
18           <tr>
19             <td colspan=
"2"><p>This is Online Vehicle Workshop project made for CMPE 226- Spring 2015 by Mahesh,Uday,Deepthi,Vivek</p>
20             <p>&nbsp;</p></td>
21           </tr>
22           <tr>
23             <td width=
"236"><a href="login.php"><img src="images/customer.jpg" width="169" height="169" /></a></td>
24             <td width=
"236"><a href="emplogin.php"><img src="images/admin.jpg" width="169" height="169" /></a></td>
25           </tr>
26           </table>
27         </div>
28
29 <!-- wrap ends here -->
30 </div>
31 <?php
32 }
33
34 include(
"footer.php");
35 ?>


Gõ tìm kiếm nhanh...